CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Shared memory

搜索资源列表

  1. 123598

    0下载:
  2. 在VC++ 6.0下利用共享内存、消息实现内部进程通讯 程序名称:resource.h-In VC++ 6.0 use shared memory, message communication procedures to achieve internal process name: resource.h
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:150826
    • 提供者:sa
  1. IPC_linux

    0下载:
  2. 源码包中是我在学习Linux进程间通信时所写的关于五种通信方式(管道,FIFO,信号,消息队列和共享内存)的程序,适合于初学Linux下应用开发的有志之士参考,希望对他们能有所帮助。-Source package is in my learning process communication when Linux on the five kinds of written communication (pipe, FIFO, signals, message queues and shared m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:8774
    • 提供者:杨硕
  1. interprocess_src

    0下载:
  2. 用于分布式系统中的各个进程交互的内存资源共享-Interprocess communication is an important part of many distributed systems. Many libraries, such as Boost, give mechanisms for interprocess communication. Such a concept, as shared memory is one of the fastest mechanisms of da
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:9786
    • 提供者:qk
  1. sharemem-use

    0下载:
  2. 在Linux/UNIX下进程之间通信中的共享内存程序。-In Linux/UNIX under the process of communication between the shared memory process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:871
    • 提供者:luofei
  1. share

    0下载:
  2. 1。创建一共享内存。a进程对共享内存中的某个整型不断加一,另外个进程对他进行减一操作,要求信号量同步。-1. The creation of one shared memory. a process of shared memory in a continuous integer-plus-one, while a process carried out by one of his operations, requested semaphore synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2451
    • 提供者:ak-47
  1. Linux_ShMem.tar

    0下载:
  2. Linux Shared Memory Sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:656
    • 提供者:vinoth
  1. linux

    0下载:
  2. linux下的进程通讯机制的代码例子。消息队列以及共享内存。-linux process communication mechanism under the code examples. Message queue and shared memory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2175
    • 提供者:李涛
  1. linux_process

    0下载:
  2. 该书详细介绍了linux进程之间通信的几种方式:信号,管道,共享内存等几种方式,并附有详细的实例,是一本不错的新手入门的电子书。-The book details the process of communication between linux in several ways: signals, pipes, shared memory, such as a number of ways, with detailed examples are a good green hand of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:210537
    • 提供者:陈笑天
  1. datapkg.tar

    0下载:
  2. 通过共享内存,采用页存储的方式保存数据,达到进程间大数据量的通讯等目的-Shared memory page is stored
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:8436
    • 提供者:xu ding
  1. cache

    0下载:
  2. OSCACHE API 供开发内存共享查阅使用。-OSCACHE API for shared memory access to the use of the development.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:815087
    • 提供者:huaweiwd
  1. Thread_13

    0下载:
  2. 基于共享内存的进程通信,调用CreatFileMapping,MapViewOfFile,strcpy实现-Shared memory based on the process of communication, call CreatFileMapping, MapViewOfFile, strcpy implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:29495
    • 提供者:cy
  1. DtvDebugTool

    0下载:
  2. 用VC写的一个软件调试工具,可以接受要调试的工程的打印内容(共享内存的方式),同时可以发送调试命令给调试的工程(使用Socket)-VC Writing with a software debugging tools, you can debug the projects want to accept the print content (the way of shared memory), at the same time can send debug commands to debug th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4495265
    • 提供者:Jok.Qu
  1. FcuSimulator

    0下载:
  2. 本源码实现在WinCE系统下,实现的共享内存。可以方便的实现两个进程间的通信,也可以在两个进程间传递数据。-WinCE implementation at the source system, the implementation of shared memory. Can facilitate implementation of both the process of communication, but also can transfer data between two processes
  3. 所属分类:Windows CE

    • 发布日期:2017-04-26
    • 文件大小:58557
    • 提供者:wind289
  1. ipc

    0下载:
  2. linux下进程间通讯列子,包括消息队列,共享内存等-linux Liezi under the process of communication, including message queues, shared memory, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:35537
    • 提供者:陈灏
  1. FastMM492

    0下载:
  2. A fast replacement memory manager for Borland Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:617702
    • 提供者:robin
  1. omp_matrix_multiply

    0下载:
  2. C代码。共享式存储多线程并行计算矩阵相乘代码。适合于SMP结构和多核。-C code. Shared memory multi-threaded parallel computing code matrices. Fit in the structure and multi-core SMP.
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:528
    • 提供者:computing
  1. SharedMemoryEx

    0下载:
  2. 用于C#的共享内存映射代码,可在不同进程间交换数据,或用于建立共享内存-For the C# code of the shared memory mapping, you can exchange data between different processes, or for the establishment of shared memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2701
    • 提供者:hzgzh
  1. posi-cmulti-threaded

    0下载:
  2. posic多线程编程学习笔记整理,包含了线程的基础知识,多线程解决方法:信号灯,互斥量,条件变量,共享内存;内容详细-multi-threaded programming posic finishing study notes, including a basic knowledge of threads, multi-threaded solution: traffic lights, the volume of mutually exclusive condition variables,
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:102599
    • 提供者:l
  1. sharem

    0下载:
  2. 进程间通信共享内存的应用,可以实现多个进程间共享一部分物理内存-Inter-process communication of shared memory applications, can be shared between more than part of the process of physical memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:崔强
  1. ipc

    1下载:
  2. Linux进程间通信小例子,包括管道,命名管道,信号,共享内存,消息队列等-Linux small example of the process of communication, including pipes, named pipes, signals, shared memory, message queues, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4051
    • 提供者:owenbbkp
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 32 »
搜珍网 www.dssz.com